Port Bug Report: pg_dump does incorrect save of permissions in 6.4

Поиск
Список
Период
Сортировка
От Henry B. Hotz
Тема Port Bug Report: pg_dump does incorrect save of permissions in 6.4
Дата
Msg-id v04020a0fb3985d9cb9fb@[137.78.84.130]
обсуждение исходный текст
Ответ на Port Bug Report: calling notify in pl/pgsql proc causes core dump  (Unprivileged user <nobody>)
Ответы Re: [PORTS] Port Bug Report: pg_dump does incorrect save of permissions in 6.4  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [PORTS] Port Bug Report: pg_dump does incorrect save of permissions in 6.4  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Henry B. Hotz
Your email address      : hotz@jpl.nasa.gov

Category                : runtime: back-end
Severity                : serious

Summary: calling notify in pl/pgsql proc causes core dump

System Configuration
--------------------
  Operating System   : Solaris 2.5

  PostgreSQL version : 6.4

  Compiler used      : gcc 2.7.2.2

Hardware:
---------
SPARCstation 5

Versions of other tools:
------------------------
N/A

--------------------------------------------------------------------------

Problem Description:
--------------------
pg_dump -z creates grant commands of the form
grant "all" on "hotz" to "hotz";
instead of
grant "all" on "table" to "hotz";

Don't know if this is fixed in newer dot revisions or 6.5.

--------------------------------------------------------------------------

Test Case:
----------
pg_dump -z <database> >db.backup

--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu

В списке pgsql-ports по дате отправления:

Предыдущее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: calling notify in pl/pgsql proc causes core dump
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] Win N